projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49a7bf2
)
GdkSelectionInputStreamX11: Plug a memory leak
author
Timm Bäder
<mail@baedert.org>
Tue, 6 Mar 2018 18:59:29 +0000
(19:59 +0100)
committer
Timm Bäder
<mail@baedert.org>
Tue, 6 Mar 2018 18:59:29 +0000
(19:59 +0100)
gdk/x11/gdkselectioninputstream-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkselectioninputstream-x11.c
b/gdk/x11/gdkselectioninputstream-x11.c
index d006ab6e980f095a498342f32f5ebae5a6f87e94..c3ae89534457c56edbe644a5f8829d80093bb105 100644
(file)
--- a/
gdk/x11/gdkselectioninputstream-x11.c
+++ b/
gdk/x11/gdkselectioninputstream-x11.c
@@
-225,6
+225,7
@@
gdk_x11_selection_input_stream_read_async (GInputStream *input_stream,
priv->selection, priv->target,
size, count));
g_task_return_int (task, size);
+ g_object_unref (task);
}
else
{